Api.WriteAxisTouchProbeControl method

Writes the variable (#x60B8) of touch probe control.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError WriteAxisTouchProbeControl(
       int Index,
       ushort Value
)
Public Function WriteAxisTouchProbeControl(
       Index As Integer,
       Value As UShort
) As KsError

Parameters

Index

Type: int

The index of an axis. Indexes are zero based. Aliases affect this parameter.

 

Value

Type: short

The value to be written into the variable of touch probe control.

Return value

Type: KsError

A return code of a method.

Remarks

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.Local.Api Namespace